added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSVSToolWindow / MyControl.Designer.cs
blobfab0364e685481e0e30f7a48ec4fde180f1f56a3
1 namespace AllInOne.CSVSToolWindow
3 partial class MyControl
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 protected override void Dispose( bool disposing )
15 if( disposing )
17 if(components != null)
19 components.Dispose();
22 base.Dispose( disposing );
26 #region Component Designer generated code
27 /// <summary>
28 /// Required method for Designer support - do not modify
29 /// the contents of this method with the code editor.
30 /// </summary>
31 private void InitializeComponent()
33 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyControl));
34 this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
35 ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
36 this.SuspendLayout();
37 //
38 // axWindowsMediaPlayer1
39 //
40 this.axWindowsMediaPlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
41 this.axWindowsMediaPlayer1.Enabled = true;
42 this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(0, 0);
43 this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
44 this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
45 this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(568, 408);
46 this.axWindowsMediaPlayer1.TabIndex = 0;
47 //
48 // MyControl
49 //
50 this.BackColor = System.Drawing.SystemColors.Window;
51 this.Controls.Add(this.axWindowsMediaPlayer1);
52 this.Name = "MyControl";
53 this.Size = new System.Drawing.Size(568, 408);
54 ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
55 this.ResumeLayout(false);
58 #endregion
60 private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;